456. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:31 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

456.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/WeltPixel_Quickview/web/css/source_module.less2016-10-01 23:55:04 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/WeltPixel_Quickview/web/css/source_module.less2021-04-15 08:33:18 +0000

456.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged886
Changed12
Inserted226
Removed527

456.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

456.4 Active regular expressions

No regular expressions were active.

456.5 Comparison detail

1 .weltpixel-quickview-catalog-product-view
 {
 1 .weltpixel-quickview-catalog-product-view, .weltpixel_quickview-catalog_product-view {
2   .box-tocart .action.tocart { width: 100%; } 2   .box-tocart .action.tocart { width: 100%; }
3   .page-wrapper .page-main {margin: 20px 0;}    
4   .reviews-actions .add {display: none;} 3   .reviews-actions .add {display: none;}
    4   .main-product-detail{padding:0}
    5   .page-main{padding: 25px !important;
    6   background: #fff;}
    7   .sidebar{display:none}
    8   .page-main{
    9     max-width:100% !important;
    10     .columns {
    11       padding: 0 !important;
    12     }
    13   }
    14   .page-wrapper {max-width: 100% !important;padding: 0 !important;min-height: auto;}
    15   .column.main{width:100%;padding:0}
    16 }
    17 .box-gotoproduct #product-gotoproduct-button {
    18   background: none;
    19   color: #222529;
    20   border: none;
    21   height: auto;
    22   margin-top: 10px;
    23   display: inline-block;
    24   min-width: auto;
    25   padding: 0;
5 } 26 }
6 .box-gotoproduct #product-gotoproduct-button {width: 100%; padding: 7px 20px; font-size: 14px; text-align: center; min-width: 150px; }    
7 .product-item .weltpixel-quickview {display: none} 27 .product-item .weltpixel-quickview {display: none}
8 .products-grid .product-item .product-item-info { position: relative; } 28 .products-grid .product-item .product-item-info { position: relative; }
9 .products-grid .product-item .product-item-details { position: static !important; }    
10 .side-list .product-item .weltpixel-quickview {    
11     display: none !important;    
12 }    
13 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 29 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
14  30 
15   .weltpixel-quickview-catalog-product-view { 31   .weltpixel-quickview-catalog-product-view {
16     &.catalog-product-view .breadcrumbs, 32     &.catalog-product-view .breadcrumbs,
17     &.catalog-product-view .columns, 33     &.catalog-product-view .columns,
18     &.catalog-product-view .page.messages, 34     &.catalog-product-view .page.messages,
19     &.catalog-product-view .page-title-wrapper { 35     &.catalog-product-view .page-title-wrapper {
20       max-width: 100%; 36       max-width: 100%;
21       width: 100%; 37       width: 100%;
22       margin: 0 auto; 38       margin: 0 auto;
23     } 39     }
24   } 40   }
25 } 41 }
26  42 
27 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) { 43 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
28   .products-grid .product-item { 44   .products-grid .product-item {
29     position: relative; 45     position: relative;
30       .product-item-inner {margin: 9px -10px 0 -9px;}    
31       .product-item-details {position: relative;}    
32       .product-item-info { 46     .product-item-info {
33         .weltpixel-quickview.weltpixel_quickview_button_v1 span {padding: 18px; display: block;} 47       .weltpixel-quickview.weltpixel_quickview_button_v1 span {padding: 18px; display: block;}
34         &:hover { 48       &:hover {
35           .weltpixel-quickview.weltpixel_quickview_button_v1 { 49         .weltpixel-quickview.weltpixel_quickview_button_v1 {
36             display: block; 50           display: block;
37             position: absolute; 51           position: absolute;
38             top: -66px; 52           top: -66px;
39             z-index: 9; 53           z-index: 9;
40             width: 100%; 54           width: 100%;
41             text-align: center; 55           text-align: center;
42             color: #555; 56           color: #555;
43             background: rgba(255,255,255,0.7); 57           background: rgba(255,255,255,0.7);
44             font-size: 14px; 58           font-size: 14px;
45             text-decoration: none; 59           text-decoration: none;
46           } 60         }
47           .weltpixel-quickview.weltpixel_quickview_button_v2 {    
48             display: block;    
49             z-index: 9;    
50             position: absolute;    
51             top: 0px;    
52             left: 0px;    
53             background-color: #08c;    
54             color: #fff;    
55             padding: 10px;    
56             z-index: 9;    
57             border-radius: 5px 0;    
58             transition: 0.1s all;    
59             font-size: 12px;    
60             line-height: 1.4;    
61             &:hover {    
62                 opacity: 0.9;    
63             }    
64             .porto-icon-eye {    
65                 margin-right: 3px;    
66             } 61       }
67           } 62     }
68         } 63   }
    64   .weltpixel-quickview-catalog-product-view, .weltpixel_quickview-catalog_product-view {
    65     .product-info-main,.product.media{
    66       width:48% !important;
    67       margin-bottom: 0;
69       } 68     }
70   } 69   }
71 } 70 }